home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / map2use.exe / MAP2USES.DOC < prev    next >
Text File  |  1992-02-16  |  1KB  |  31 lines

  1. MAP2USES is a simple utility that reads a .MAP file and extracts
  2. a program's Uses list from it. This is written to a file with the
  3. extension .USE. The order of the list is the reverse of that in
  4. the .MAP file. An attempt is made to mix upper and lower case
  5. letters in the unit names.
  6.  
  7. The main value of the utility is that it catches all of the unit
  8. names and includes them in a list of units to be overlaid. Those
  9. units you do not wish to overlay are included as constants in
  10. Map2Uses itself. The overlay list contains all of the unit names.
  11. Those not to be overlaid are "commented out", so that you may
  12. tweak and tune as needed.
  13.  
  14. This utility has proven very usesful in maintaining a program
  15. with over 200 units. Memory is very tight, and with new units
  16. being added all the time, forgetting to overlay even one can
  17. cause problems.
  18.  
  19.  
  20. SPECIAL NOTE TO THE TURBOPOWER GUYS.
  21. Please include any of your library units that must not be
  22. overlaid in the appropriate places, around line 60. If you see
  23. anything really bad in the code, I would appreciate you leeting
  24. me know.
  25.  
  26. This utility is not elegant, but it works for me. PSA cannot
  27. handle my big program, but Map2Uses solves one of my main
  28. problems.
  29.  
  30. Jim Welsh
  31. Cis 76367,512